"indigo based dark theme" shadcn/ui theme

ultra-dark
high-contrast
neon-accent
immersive
futuristic
experimental
bold-colors
indigo-core
cyberpunk
vibrant

Shadcn/ui Theme Css Variables

name: Neon Indigo Voidkeyword: indigo based dark theme views: 8

:root {
  --background: 255 100% 0%;
  --foreground: 240 100% 90%;
  --card: 255 100% 5%;
  --card-foreground: 240 100% 85%;
  --popover: 255 100% 5%;
  --popover-foreground: 240 100% 85%;
  --primary: 255 100% 50%;
  --primary-foreground: 240 100% 95%;
  --secondary: 240 100% 20%;
  --secondary-foreground: 240 100% 90%;
  --muted: 240 100% 15%;
  --muted-foreground: 240 100% 70%;
  --accent: 270 100% 40%;
  --accent-foreground: 240 100% 95%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 100% 95%;
  --border: 240 100% 30%;
  --input: 240 100% 30%;
  --ring: 255 100% 60%;
  --radius: 0.75rem;
  --chart-1: 255 100% 70%;
  --chart-2: 240 100% 60%;
  --chart-3: 270 100% 50%;
  --chart-4: 300 100% 50%;
  --chart-5: 330 100% 50%;
}